Skip to content

Fix/reademe cleanup queue bypass - #47

Closed
kaihere14 wants to merge 3 commits into
mainfrom
fix/reademe-cleanup-queue-bypass
Closed

Fix/reademe cleanup queue bypass#47
kaihere14 wants to merge 3 commits into
mainfrom
fix/reademe-cleanup-queue-bypass

Conversation

@kaihere14

Copy link
Copy Markdown
Owner

This pull request introduces several improvements and cleanups to the CI/CD pipeline, codebase, and agent documentation. The most significant changes include adding a new CI workflow, refactoring the README cleanup progress logic for better reliability and user feedback, and adding new agent skill documentation. Below are the most important changes:

CI/CD and Workflow Updates

  • Added a new .github/workflows/ci.yml file to run formatting, linting, typechecking, and build steps on pushes and pull requests to main and develop branches, with concurrency control and environment setup for Node and pnpm.
  • Removed the .github/workflows/keepalive.yml workflow that periodically pinged the Render health endpoint, cleaning up unused automation.

README Cleanup Progress Refactor

  • Refactored the README cleanup progress logic in RepoCard.jsx to track progress via worker log messages streamed from Convex, replacing the previous timer-based progress toasts. This results in more accurate and responsive user feedback. The old cleanupProgressToast.js module was removed as part of this update. [1] [2] [3] [4] [5]

Project Tooling and Ignore Files

  • Added a .prettierignore file to exclude build artifacts, lock files, logs, and environment files from formatting, improving formatting performance and avoiding unnecessary changes.

Agent Skill Documentation

  • Added new skill documentation files for Convex agents, including convex-add, convex-advisor, convex-agent, and convex-auth, detailing workflows and rules for adding capabilities, authentication, and AI agent backends to Convex apps. [1] [2] [3] [4]

* refactor: remove redundant Convex log storage

* chore: remove internal development plan

* feat: add CI checks and refresh Convex tooling

Remove keepalive workflow and obsolete task logging backend while adding
formatting, linting, typechecking, build scripts, and expanded Convex agent
skills.

* fix: add ESLint dependencies and Convex log reference

* feat: remove obsolete task API and log parameter

* fix: convex client usage for live updates

* fix: use Live Updates for Cleanup Recovery

* fix: remove unused Convex API routes
Add `daemondoc-plan.md` outlining current blockers, the v1 patch
strategy,
and the full v2 rewrite roadmap to transition from the current setup to
a GitHub App-based architecture.
request

Implement reactive README cleanup progress UI
Replace the static cleanup progress toast with a reactive system driven
by
Convex log messages. Added `cleanup-queue` worker support and logic to
handle job retries and recovery via `sharedLogId`.
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
daemon-doc Ready Ready Preview Aug 21, 2026 9:46pm
read-it Ready Ready Preview Aug 21, 2026 9:46pm

@kaihere14 kaihere14 closed this Aug 21, 2026
@kaihere14
kaihere14 deleted the fix/reademe-cleanup-queue-bypass branch August 22, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant